Temp-tables used by Localization Manager
The Localization Manager uses the temp-table described in Table 5–2, a copy of the Repository gsm_translation table, to cache information about translations on the local client.
Table 5–2: Temp-tables defined in af\app\aftttranslation.i
|
Temp-table
|
Fields (data types)
|
|
ttTranslation
|
translation_obj (Decimal) language_obj (Decimal) object_filename (Character) widget_type (Character) widget_name (Character) widget_entry (Integer) original_label (Character) translation_label (Character) original_tooltip (Character) translation_tooltip (Character) source_language_obj (Decimal)
|
The Localization Manager also uses the temp-table described in Table 5–3 to store information about translations.
Table 5–3: Temp-tables defined in adm2\tttranslate.i
|
Temp-table
|
Fields (data types)
|
|
ttTranslate
|
dLanguageObj (Decimal) dSourceLanguageObj (Decimal) cLanguageName (Character) cObjectName (Character) lGlobal (Logical) lExtractedGlobal (Logical) cWidgetType (Character) cWidgetName (Character) hWidgetHandle (Handle) iWidgetEntry (Integer) lDelete (Logical) cTranslatedLabel (Character) cOriginalLabel (Character) cTranslatedTooltip (Character) cOriginalTooltip (Character)
|